Open
Conversation
ca26916 to
e999680
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #113 +/- ##
=======================================
Coverage 35.48% 35.48%
=======================================
Files 1 1
Lines 217 217
=======================================
Hits 77 77
Misses 129 129
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
68cbaed to
7549221
Compare
7549221 to
b07f570
Compare
6274316 to
e5ba9ed
Compare
e5ba9ed to
ca9e70a
Compare
ae681ca to
8d06bee
Compare
8d06bee to
8c74ba0
Compare
8c74ba0 to
57a1817
Compare
64e94ac to
2c68f36
Compare
14302e2 to
75d786d
Compare
75d786d to
14f29f4
Compare
14f29f4 to
d57357e
Compare
2b24bf0 to
459ae55
Compare
459ae55 to
f25dc20
Compare
4edb335 to
b155cdb
Compare
b155cdb to
a0383c5
Compare
a0383c5 to
32e2b91
Compare
5044ed6 to
c7a684b
Compare
c7a684b to
24dd600
Compare
24dd600 to
4645636
Compare
4645636 to
de8c083
Compare
342873e to
717e1b8
Compare
717e1b8 to
7b66ad9
Compare
7b66ad9 to
e3c70aa
Compare
e3c70aa to
1c42c0a
Compare
88c6659 to
ac0934f
Compare
39f0b8c to
e227fcb
Compare
e227fcb to
cb910c7
Compare
e5bd49f to
89f0868
Compare
89f0868 to
3a87d9a
Compare
3a87d9a to
66ff125
Compare
66ff125 to
6977cdd
Compare
6977cdd to
755e309
Compare
755e309 to
927ba3c
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.7→v2.1.8v2.4.0→v2.7.03.16.0→3.23.3v1.9.0→v1.10.0v3.1.2→v3.4.0v1.7.0→v1.11.11.15.2→1.26.1v1.1.12→v1.3.01.18.1-alpine→1.26.1-alpinev1.28→v1.64.8v2.8.1→v2.9.1Release Notes
actions/cache (actions/cache)
v2.1.8: Updating actions/core to version 1.10.0Compare Source
The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.
actions/checkout (actions/checkout)
v2.7.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2.6.0...v2.7.0
v2.6.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2.5.0...v2.6.0
v2.5.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.5.0
v2.4.2Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1Compare Source
safe.directorycodfish/semantic-release-action (codfish/semantic-release-action)
v1.10.0Compare Source
Features
peterbourgon/ff (github.com/peterbourgon/ff/v3)
v3.4.0Compare Source
What's Changed
Full Changelog: peterbourgon/ff@v3.3.2...v3.4.0
v3.3.2Compare Source
This release adds the WithFilesystem option, allowing users to specify a filesystem other than the default host FS for e.g. config files. Thanks to @piotrkowalczuk and #103 for the inspiration.
v3.3.1Compare Source
@abhinav sent in #106 which just improves the DefaultUsageFunc a bit, thanks bud!
v3.3.0Compare Source
Changes!
What's Changed
New Contributors
Full Changelog: peterbourgon/ff@v3.1.2...v3.3.0
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in #631NotImplementsand variants by @hslatman in #1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.3...v1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.2...v1.8.3
v1.8.2Compare Source
What's Changed
CallerInfo()source file paths by @bozaro in #1288New Contributors
Full Changelog: stretchr/testify@v1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
CallerInfoshould print full paths to the terminal by @stdedos in #1201New Contributors
Full Changelog: stretchr/testify@v1.7.5...v1.8.0
v1.7.5Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.4...v1.7.5
v1.7.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.3...v1.7.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.